home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / doom / ldhe-src.0 / ldhe-src / dehacked / source / note.txt < prev    next >
Text File  |  1995-02-26  |  2KB  |  31 lines

  1.   To anyone who may be viewing/changing this source code:
  2.  
  3.   I put a bunch of work into this, so if you are going to go about changing
  4. it, I ask that you let me know about it.  If you have your hands on the code,
  5. you've probably already gotten in touch with me, but if not, please let me
  6. know.  My email address is in all the source files.
  7.  
  8.   On a related note, I'd appreciate credit in any releases using this code.
  9. I've done a lot of work, and believe I deserve credit in any programs using
  10. some or any of this code.  I don't plan on releasing any more versions of
  11. DeHackEd, so go ahead, tweak/change/modify and release it if you wish.
  12.  
  13.   And (this one should be obvious) don't change the checks for registered
  14. Doom.  Since DeHackEd is already pressing the line on legality (technically
  15. it's against Id's copyright) they might get pretty ticked off if they found
  16. a shareware-modifying version floating around.  'nuff said.
  17.  
  18.   The code should be fairly consistent.  Each C file has a header that lists
  19. all the function prototypes, plus other functions that the code calls.  The
  20. DEHACKED.H file contains global #defines and enums.  Functions should be
  21. split up fairly conssitently among the various source files, i.e., anything
  22. dealing with file accessing and patches is in FILES.CPP, low-level screen
  23. accessing functions are in SCREEN.CPP, etc etc.
  24.  
  25.   DeHackEd was compiled with Borland C++ 3.1.
  26.  
  27.   Thanks!
  28.                                                 Greg Lewis
  29.                                                 gregl@umich.edu
  30.  
  31.